home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1092.lha / Programs / ErrorMsg / Include / Pragmas / errormsg_pragmas.h next >
C/C++ Source or Header  |  1994-12-22  |  1KB  |  33 lines

  1. #ifndef PRAGMAS_ERRORMSG_PRAGMAS_H
  2. #define PRAGMAS_ERRORMSG_PRAGMAS_H
  3.  
  4. #ifndef CLIB_ERRORMSG_PROTOS_H
  5. #include <clib/errormsg_protos.h>
  6. #endif
  7.  
  8. #ifdef PRAGMAS_DECLARING_LIBBASE
  9. extern struct Library *ErrorMsgBase;
  10. #endif
  11.  
  12. #pragma libcall ErrorMsgBase GetErrorMsgA 1e 821004
  13. #pragma libcall ErrorMsgBase DisplayErrorMsgA 24 821004
  14. #pragma libcall ErrorMsgBase DisplayMessageA 2a A9803
  15. #pragma libcall ErrorMsgBase PutErrorMsg 30 821004
  16. #pragma libcall ErrorMsgBase AlertErrorMsg 36 21003
  17. #pragma libcall ErrorMsgBase ermOpenLibraryA 42 A0903
  18. #pragma libcall ErrorMsgBase ermOpenLibraryIDA 48 A80104
  19. #pragma libcall ErrorMsgBase ermOpenDeviceA 4e A190205
  20. #pragma libcall ErrorMsgBase ermOpenResourceA 54 A8903
  21.  
  22. #ifdef __SASC_60
  23. #pragma tagcall ErrorMsgBase GetErrorMsg 1e 821004
  24. #pragma tagcall ErrorMsgBase DisplayErrorMsg 24 821004
  25. #pragma tagcall ErrorMsgBase DisplayMessage 2a A9803
  26. #pragma tagcall ErrorMsgBase ermOpenLibrary 42 A0903
  27. #pragma tagcall ErrorMsgBase ermOpenLibraryID 48 A80104
  28. #pragma tagcall ErrorMsgBase ermOpenDevice 4e A190205
  29. #pragma tagcall ErrorMsgBase ermOpenResource 54 A8903
  30. #endif    /*  __SASC_60  */
  31.  
  32. #endif    /*  PRAGMAS_ERRORMSG_PRAGMAS_H  */
  33.